home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / errlvl12.zip / MAKEFILE < prev   
Text File  |  1994-03-08  |  166b  |  9 lines

  1. ERRLVL.Com: ERRLVL.Asm 
  2.  TASM /z /dVERS_STR='1.2d' ERRLVL
  3.  TLINK /s /t ERRLVL
  4.  
  5. FindElvl.Com: FindElvl.C
  6.  BCC -mt -lt FindElvl.C
  7.  
  8. all: ERRLVL.Com FindElvl.Com
  9.